home *** CD-ROM | disk | FTP | other *** search
- inherited frmAADefineObject: TfrmAADefineObject
- Left = 372
- Top = 276
- HorzScrollBar.Range = 0
- VertScrollBar.Range = 0
- BorderStyle = bsDialog
- Caption = 'Define a Control'
- ClientHeight = 359
- ClientWidth = 468
- ParentFont = True
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object lblcboWindowTitle: TLabel [1]
- Left = 10
- Top = 78
- Width = 219
- Height = 13
- AutoSize = False
- Caption = '&Window title:'
- FocusControl = cboWindowTitle
- end
- object Bevel2: TBevel [2]
- Left = 0
- Top = 64
- Width = 468
- Height = 4
- Align = alTop
- Shape = bsTopLine
- end
- object lblTitle: TLabel [3]
- Left = 10
- Top = 97
- Width = 451
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblWindowClass: TLabel [4]
- Left = 10
- Top = 119
- Width = 225
- Height = 13
- AutoSize = False
- Caption = 'Window class:'
- FocusControl = cboWindowTitle
- end
- object lblWindowTitle: TLabel [5]
- Left = 10
- Top = 78
- Width = 275
- Height = 13
- AutoSize = False
- Caption = 'Window title:'
- FocusControl = cboWindowTitle
- end
- object lblWindowHandle: TLabel [6]
- Left = 247
- Top = 119
- Width = 214
- Height = 13
- AutoSize = False
- Caption = 'Window handle:'
- FocusControl = cboWindowTitle
- end
- object lblClass: TLabel [7]
- Left = 10
- Top = 137
- Width = 224
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblHandle: TLabel [8]
- Left = 247
- Top = 138
- Width = 189
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object cboWindowTitle: TComboBox [9]
- Left = 9
- Top = 93
- Width = 280
- Height = 21
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnDropDown = cboWindowTitleDropDown
- end
- object pnlEditor: TPanel [10]
- Left = 0
- Top = 68
- Width = 468
- Height = 5
- Align = alTop
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 1
- end
- object pnlDescription: TPanel [11]
- Left = 0
- Top = 0
- Width = 468
- Height = 64
- Align = alTop
- BevelOuter = bvNone
- BorderWidth = 5
- Color = clWindow
- TabOrder = 2
- object Label3: TLabel
- Left = 5
- Top = 5
- Width = 402
- Height = 54
- Align = alClient
- Caption = 'Defines the characteristics of the control.'
- ParentColor = False
- WordWrap = True
- end
- object Panel2: TPanel
- Left = 407
- Top = 5
- Width = 56
- Height = 54
- Align = alRight
- BevelOuter = bvNone
- Color = clWindow
- TabOrder = 0
- object Image1: TImage
- Left = 5
- Top = 5
- Width = 41
- Height = 41
- Picture.Data = {<image000.ico>}
- Transparent = True
- end
- end
- end
- object Panel1: TPanel [12]
- Left = 0
- Top = 199
- Width = 468
- Height = 160
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 3
- object cbRole: TCheckBox
- Left = 10
- Top = 0
- Width = 233
- Height = 17
- Caption = 'Object &type must be:'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = cbRoleClick
- end
- object cboRole: TComboBox
- Left = 27
- Top = 15
- Width = 204
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- end
- object cbClass: TCheckBox
- Left = 243
- Top = 0
- Width = 221
- Height = 17
- Caption = 'Object &class must be:'
- Checked = True
- State = cbChecked
- TabOrder = 7
- OnClick = cbRoleClick
- end
- object edtClass: TEdit
- Left = 260
- Top = 15
- Width = 204
- Height = 21
- TabOrder = 8
- end
- object cbName: TCheckBox
- Left = 10
- Top = 41
- Width = 227
- Height = 17
- Caption = 'Object na&me must be:'
- Checked = True
- State = cbChecked
- TabOrder = 2
- OnClick = cbRoleClick
- end
- object cbValue: TCheckBox
- Left = 243
- Top = 41
- Width = 230
- Height = 17
- Caption = 'Object &value must be:'
- Checked = True
- State = cbChecked
- TabOrder = 9
- OnClick = cbRoleClick
- end
- object cbPosition: TCheckBox
- Left = 10
- Top = 96
- Width = 234
- Height = 17
- Caption = 'Object &position must be:'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = cbRoleClick
- end
- object edtXpos: TEdit
- Left = 27
- Top = 111
- Width = 99
- Height = 21
- TabOrder = 5
- end
- object edtYpos: TEdit
- Left = 130
- Top = 111
- Width = 99
- Height = 21
- TabOrder = 6
- end
- object comOk: TButton
- Left = 304
- Top = 131
- Width = 74
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 11
- OnClick = comOkClick
- end
- object comCancel: TButton
- Left = 388
- Top = 131
- Width = 74
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 12
- end
- object memValue: TMemo
- Left = 259
- Top = 56
- Width = 204
- Height = 37
- ScrollBars = ssVertical
- TabOrder = 10
- end
- object memName: TMemo
- Left = 27
- Top = 56
- Width = 204
- Height = 37
- ScrollBars = ssVertical
- TabOrder = 3
- end
- end
- object WindowHandlePnl1: TWindowHandlePnl [13]
- Left = 0
- Top = 114
- Width = 457
- Height = 85
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvNone
- Caption = ' '
- TabOrder = 4
- end
- inherited IvTranslator1: TIvTranslator
- Left = 396
- Top = 73
- TargetsData = (
- 1
- 1
- (
- 'TMemo'
- 'Text'
- 0))
- end
- end
-